Entity(TKey, TValue)

Constructor

Namespace: Diffstore.Entities

Declared in: Diffstore.Entities.Entity<TKey, TValue>


Creates an entity with the corresponding key and value.

Syntax

public Entity(
	TKey key,
	TValue value
)

Back to index